TDBTOOL(8) | System Administration tools | TDBTOOL(8) |
NAME¶
tdbtool - manipulate the contents TDB files
SYNOPSIS¶
tdbtool
tdbtool [-l] TDBFILE [COMMANDS...]
DESCRIPTION¶
This tool is part of the samba(1) suite.
tdbtool a tool for displaying and altering the contents of Samba TDB (Trivial DataBase) files. Each of the commands listed below can be entered interactively or provided on the command line.
OPTIONS¶
-l
COMMANDS¶
create TDBFILE
open TDBFILE
erase
dump
cdump
keys
hexkeys
info
insert KEY DATA
move KEY TDBFILE
store KEY DATA
show KEY
delete KEY
list
free
! COMMAND
first
next
check
repack
quit
CAVEATS¶
The contents of the Samba TDB files are private to the implementation and should not be altered with tdbtool.
VERSION¶
This man page is correct for version 3.6 of the Samba suite.
AUTHOR¶
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.
2015-04-25 | Samba 4.0 |